| lcPaint_PtbufGetPoint2 | Home |
|
BOOL lcPaint_PtbufGetPoint2 ( HANDLE hPtbuf, int Mode, double* pX, double* pY, double* pPrm1, double* pPrm2, int* pIntPrm ); |
| hPtbuf | |
| Handle to destination points buffer. | |
| Mode | |
|
0 - first point, 1 - next point, 2 - last point, 3 - previous point. | |
| pX pY | |
| Pointers to variables that will receive point's coordinates. | pPrm1 pPrm2 pIntPrm |
| Pointers to variables that will receive additional parameters. Can be 0 (zero) if not used. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcPaint_PtbufGetPoint |